home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Changed / background_6699.txt < prev    next >
Text File  |  1988-07-18  |  5KB  |  221 lines

  1. -- background: 6699 from stack: in
  2. -- bmap block id: 7136
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6.  
  7.  
  8. -- part 21 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=220 top=308 right=342 bottom=263
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 21700 / 21700
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect zoom open
  23.   go to stack "Apple Scanner"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 27 (button)
  29. -- low flags: 00
  30. -- high flags: 0001
  31. -- rect: left=454 top=1 right=40 bottom=494
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1004 / 1004
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40. ----- HyperTalk script -----
  41.  
  42. on mouseUp
  43.   play harpsichord a4
  44.   global search
  45.   answer "Type of Glossary search?" with "Browse" or "Automatic" or "Cancel"
  46.   if it is "Browse" then
  47.     visual wipe up slowly
  48.     go to card "Glossary" of stack "Glossary"
  49.   end if
  50.  
  51.   if it is "Automatic" then
  52.     ask "Search for..."
  53.     put it into search
  54.     if search is empty then
  55.       exit mouseUp
  56.     else
  57.       visual wipe up slowly
  58.       put "find search" into message box
  59.       hide message
  60.       go to card "Glossary" of stack "Glossary"
  61.       find word search in field "Text"
  62.       if the result is "not found" then
  63.         answer "Word not found." with "OK"
  64.         exit  mouseUp
  65.       else
  66.         show card field id 13
  67.         wait 4 seconds
  68.         hide card field id 13
  69.       end if
  70.     end if
  71.   end if
  72. end mouseUp
  73.  
  74.  
  75.  
  76.  
  77.  
  78. -- part 28 (button)
  79. -- low flags: 00
  80. -- high flags: 0001
  81. -- rect: left=414 top=1 right=40 bottom=455
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 1008 / 1008
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: 
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   answer "Print this card?" with "Yes" or "Cancel"
  93.   if it is "Yes" then
  94.     doMenu "Print Card"
  95.   end if
  96.   if it is "Cancel" then
  97.     put "Cancel" into it
  98.   end if
  99. end  mouseUp
  100.  
  101.  
  102.  
  103.  
  104. -- part 29 (button)
  105. -- low flags: 00
  106. -- high flags: 2000
  107. -- rect: left=404 top=280 right=303 bottom=428
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 2162 / 2162
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: Left
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   visual zoom in to card
  119.   pop card
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 31 (button)
  125. -- low flags: 00
  126. -- high flags: A004
  127. -- rect: left=7 top=317 right=338 bottom=110
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Setup
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   visual effect zoom open
  139.   go to stack "Set-Up"
  140.   set highlight of background button "Installation" to false
  141.   set highlight of background button "Using" to false
  142.   set highlight of background button "Troubleshooting" to false
  143.   set highlight of background button "Setup" to true
  144. end mouseUp
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. -- part 32 (button)
  152. -- low flags: 00
  153. -- high flags: A004
  154. -- rect: left=119 top=317 right=338 bottom=222
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 0 / 0
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: Installation
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   visual effect zoom open
  166.   go to stack "Installation"
  167.   set highlight of background button "Setup" to false
  168.   set highlight of background button "Using" to false
  169.   set highlight of background button "Troubleshooting" to false
  170.   set highlight of background button "Installation" to true
  171. end mouseUp
  172.  
  173.  
  174.  
  175. -- part 33 (button)
  176. -- low flags: 00
  177. -- high flags: C004
  178. -- rect: left=263 top=317 right=338 bottom=366
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: Using
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   visual effect zoom open
  190.   go to stack "Using"
  191.   set highlight of background button "Setup" to false
  192.   set highlight of background button "Installation" to false
  193.   set highlight of background button "Troubleshooting" to false
  194.   set highlight of background button "Using" to true
  195. end mouseUp
  196.  
  197.  
  198.  
  199. -- part 34 (button)
  200. -- low flags: 00
  201. -- high flags: 8004
  202. -- rect: left=376 top=317 right=338 bottom=494
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 1
  206. -- font id: 0
  207. -- text size: 12
  208. -- style flags: 0
  209. -- line height: 16
  210. -- part name: Troubleshooting
  211. ----- HyperTalk script -----
  212. on mouseUp
  213.   visual effect zoom open
  214.   go to stack "Troubleshooting"
  215.   set highlight of background button "Setup" to false
  216.   set highlight of background button "Installation" to false
  217.   set highlight of background button "Using" to false
  218.   set highlight of background button "Troubleshooting" to true
  219. end mouseUp
  220.  
  221.